GetNamedArrayValuesExReq Object

The GetNamedArrayValuesExReq object is used in:

Properties

Property SubType Read Only Description Variant

Count

Integer

No

Sets the number of values in the array.

Note: GetNamedArrayValuesExReq objects are limited to 63 total objects within the array. Objects greater than 63 will cause an exception.

 

TagString

Variant

No

Sets the tag string for a history point tag.

Tag strings are stored in an indexed array as HistoryTagStringEx objects.

Example

Write to the fifth tag string: MyVhsArray.TagString(5) = myHistTagStringEx

HistoryTagStringEx

TimeStamp

Date/Time

No

Sets the timestamp of a value entry in the array. This field is an array of Date subtypes. The timestamp is set in Local time without milliseconds.

Example

Write to the fifth timestamp: MyVhsArray.TimeStamp(5) = myTimeStamp

 

TimeStampMs

Date/Time

No

Sets the timestamp of a value entry in the array. This field is an array of Date subtypes. The timestamp is set in Local time with milliseconds.

 

TimeStampRaw

Date/Time

No

Sets the timestamp of a value entry in the array. This field is an array of Date subtypes. The timestamp is set in UTC time with milliseconds.

 

UserId

String

No

Sets the network user ID. The user ID is used by the VHS to check security. This property is typically ignored.